projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b45e5fa
)
GtkWindow: remove deprecated call.
author
Carlos Garnacho
<carlosg@gnome.org>
Sat, 18 Dec 2010 10:23:21 +0000
(11:23 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 18 Dec 2010 10:43:37 +0000
(11:43 +0100)
gtk_style_context_reset_widgets() can be used now to reset all widgets
in a screen.
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 0bdda2bc2fede7d74273cd750742f18f5b1743a3..6a782ce5c6c2b24085d47ff176ae54f97dae5f01 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-6024,7
+6024,7
@@
gtk_window_client_event (GtkWidget *widget,
if (event->message_type == atom_rcfiles)
{
send_client_message_to_embedded_windows (widget, atom_rcfiles);
- gtk_
rc_reparse_all_for_settings (gtk_widget_get_settings (widget), FALSE
);
+ gtk_
style_context_reset_widgets (gtk_widget_get_screen (widget)
);
}
if (event->message_type == atom_iconthemes)